ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexRadar<T> Class / PlotAreas Property

In This Topic
    PlotAreas Property (FlexRadar<T>)
    In This Topic
    Gets the collection of plotarea objects.
    Syntax
    'Declaration
     
    Public ReadOnly Property PlotAreas As IList(Of PlotArea)
    public IList<PlotArea> PlotAreas {get;}
    See Also